projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b962a7
)
Silence byte-compiler warning for network-stream-tests.el
author
Robert Pluim
<rpluim@gmail.com>
Tue, 21 Sep 2021 08:20:10 +0000
(10:20 +0200)
committer
Robert Pluim
<rpluim@gmail.com>
Tue, 21 Sep 2021 11:56:34 +0000
(13:56 +0200)
The api specifically requires a symbol here, so we can't just replace
nowait with nil.
* test/lisp/net/network-stream-tests.el
(open-gnutls-stream-old-api-wait): Add explicit value for nowait
to silence byte-compiler warning due to Bug#47080.
test/lisp/net/network-stream-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/net/network-stream-tests.el
b/test/lisp/net/network-stream-tests.el
index 4a0b23dd26f3e24ee3925db7b7eae949af31d4e5..8f5bddb71fa4363405703f5f7b66a9f05036093c 100644
(file)
--- a/
test/lisp/net/network-stream-tests.el
+++ b/
test/lisp/net/network-stream-tests.el
@@
-611,7
+611,7
@@
(skip-unless (gnutls-available-p))
(let ((server (make-tls-server 44667))
(times 0)
- nowait
+ (nowait nil) ; Workaround Bug#47080
proc status)
(unwind-protect
(progn